home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / blackjack_pay3.swf / scripts / DefineButton2_186 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2006-09-05  |  180 b   |  13 lines

  1. on(release){
  2.    if(_root.betting == false)
  3.    {
  4.       return undefined;
  5.    }
  6.    _root.CashRemove(5);
  7.    if(0 < chip5Val)
  8.    {
  9.       _root.chip5Val--;
  10.    }
  11.    play();
  12. }
  13.